.box20240907161054 {
	width:100%;
	height: 100%;
	margin-bottom:20px;
/*	max-width: 500px;*/
	/*border:1px solid #dddddd;	*/
}



.box20240907161054 .picbox{
	padding-bottom: 20%; /*图片的长宽比，默认是正方形100%*/
}

.box20240907161054_1 {
    /*padding: 20px;*/
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box20240907161054_title {
    font-size: 1.6rem;	
	height: 4.6rem;    /*两行文字的高度*/
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; /*单行缩略*/
}
.box20240907161054_jianjie {
    font-size: 1.6rem;
	line-height: 200%;
	overflow: hidden;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /*控制缩略的行数*/
}

.box20240907161054_1_1 {

}
.box20240907161054_1_2 {
    display: flex;
    justify-content: flex-end;
}

.box20240907161054_bt{
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	background-color: #B6B6B6;
	text-align: center;
	padding: 10px 20px;
}